home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / nct03020.geo / 00073.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  767 b   |  28 lines

  1. on exitFrame
  2.   global theCastName
  3.   UpdateCursors(get_NEXTSprite(), 4)
  4.   repeat with i = 21 to 22
  5.     puppetSprite(i, 1)
  6.     if theCastName = "win31" then
  7.       set the width of sprite i to 75
  8.       set the height of sprite i to 72
  9.       set the locH of sprite i to 389
  10.       set the locV of sprite i to 285
  11.       next repeat
  12.     end if
  13.     if theCastName = "win95" then
  14.       set the width of sprite i to 75
  15.       set the height of sprite i to 72
  16.       set the locH of sprite i to 203
  17.       set the locV of sprite i to 377
  18.       next repeat
  19.     end if
  20.     if theCastName = "mac" then
  21.       set the width of sprite i to 127
  22.       set the height of sprite i to 72
  23.       set the locH of sprite i to 384
  24.       set the locV of sprite i to 273
  25.     end if
  26.   end repeat
  27. end
  28.